home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr42 / sbpronew.zip / RE-SET.BAT < prev    next >
DOS Batch File  |  1993-04-06  |  663b  |  25 lines

  1. @echo off
  2. cls
  3. echo RE-SET is a utility to modify all drivers and environment settings
  4. echo after changing the default configuration of the Sound Blaster Pro.
  5. echo If you do not wish to continue, hit <CTRL>-C now.
  6. pause
  7. cd\sbpro
  8. inst-drv
  9. cls
  10. echo Now the CT-VOICE and ORGAN drivers need to be installed....
  11. pause
  12. inst-drv \sbpro\drv
  13. cls
  14. set-env
  15. cls
  16. echo Now you should see the BLASTER and SOUND variables in your Environment:
  17. set
  18. echo  
  19. echo If you do not see BLASTER and SOUND variables, you may need to edit
  20. echo your AUTOEXEC.BAT file manually.  Consult the README.TXT file for
  21. echo further information.
  22. pause
  23. cls
  24. echo RE-SET completed!
  25.